Does [_\s^"] means underscore and whitespace but not " (quote) in Regex?

Posted by Matt on Stack Overflow See other posts from Stack Overflow or by Matt
Published on 2010-04-04T05:54:59Z Indexed on 2010/04/04 6:03 UTC
Read the original article Hit count: 263

Filed under:

Does [_\s^"] means underscore and whitespace but not " (quote) in Reg

I understand that the brackets ([ ]) mean character range and that ^ means but not, but my question is can you say [this^notthat] or do I have to seperate them into two sets of brackets?

© Stack Overflow or respective owner

Related posts about regex